go/printer.printer.signature (method)

6 uses

	go/printer (current package)
		nodes.go#L435: func (p *printer) signature(sig *ast.FuncType) {
		nodes.go#L531: 					p.signature(f.Type.(*ast.FuncType)) // don't print "func"
		nodes.go#L624: 				p.signature(f.Type.(*ast.FuncType)) // don't print "func"
		nodes.go#L878: 		p.signature(x.Type)
		nodes.go#L1056: 		p.signature(x)
		nodes.go#L1933: 	p.signature(d.Type)